For using expert advisor WalkByTrend_demo, you must :

1) put the file WalkByTrend_demo.ex4 into folder MetaTrader4/experts,
2) restart MetaTrader4

--------------------------------------------
ATTENTION ! Demo is NOT working on live account, demo or real. It runs ONLY under StrategyTester of MetaTrader4, and is using for backtests only - it's a copyright protection. Full version for live account is here :

http://forexsoft.us
--------------------------------------------

Extern variables, that may be changed, are :
--------------------------------------------

TP 	 = 10; - takeprofit
SL 	 = 37; - stoploss
bars 	 = 15; - for what number of bars, the indicators values will be calculate

testLot  = false; - "true" value means that expert trades by minimal lot - 0.10, only! It is useful for "test" mode on real account, when you see its real working.

Risk       = 1; - money management. 1 means standart lotsize which calculates as YourMargin/10. More than 1 here = MORE RISK! = more profit.


